home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / pgm_tool / lu62 / novell / int6f.asm < prev    next >
Assembly Source File  |  1995-07-03  |  227b  |  17 lines

  1. ;*
  2. ;*
  3. ;* CopyRight 1995. Nicholas Poljakov all rights reserved.
  4. ;*
  5. ;*
  6. .MODEL TINY
  7. .DOSSEG
  8.  
  9. EXTRN  zproc:PROC
  10.  
  11. .CODE
  12.           ORG  100h
  13. SetInt6f  PROC
  14.           jmp  zproc
  15. SetInt6f  ENDP
  16.           END  SetInt6f
  17.